home *** CD-ROM | disk | FTP | other *** search
/ The Macintosh Demo Applications CD / Apple-MacintoshDemoApplicationsCD-1.0-1992.iso / More Information / QuicKeys / For Programmers Only.sea / Pascal Examples / Read Me (Pascal Examples) < prev    next >
Text File  |  1991-06-22  |  2KB  |  52 lines

  1. This folder contains the Pascal version of the Sample extension.  Many of
  2. the same source files are used in both the MPW and Think Pascal versions.
  3.  
  4. Building instructions for MPW Users:
  5.     Building Sample from the Build Menu will make the extension. The makefile
  6.     will automatically copy the Sample extension to the QuicKeys 2 extension
  7.     folder.
  8.  
  9. Building instructions for Think Pascal Users:
  10.     Build both the SampleUI and SampleX projects.
  11.     Then run SARez with Sample as your output file and Sample.r as your
  12.     description file.  The file "SARez settings" contains an example of
  13.     the settings used to create Sample.
  14.  
  15.     After building, you must copy the Sample extension to the QuicKeys 2
  16.     extension folder which is in 
  17.         <your system folder>:Preferences:QuicKeys Folder:Extensions
  18.  
  19.  
  20. Files in this folder:
  21. commonExecute.a        Allocates space for ExecuteQueue in MPW versions
  22.                     and calls doExecute
  23.  
  24. commonExecute.a.o    Build version of commonExecute.a.  Think Pascal uses
  25.                     this file for the custom header in the execute routine.
  26.  
  27. extensions.p        QuicKeys 2™ extension definitions
  28.  
  29. Sample.make            Makefile for MPW users to build Sample extension
  30.  
  31. Sample.r            Resource definitions.
  32.                     Common to both MPW and Think Pascal.
  33.  
  34. SampleData.p        Definition of Sample's key data.
  35.                     Common to both MPW and Think Pascal..
  36.  
  37. SampleUI.a            Used in MPW version to make sure entry point is first
  38.                     location in file.  Does nothing but branch to main.
  39.  
  40. SampleUI.p            User interface routine.
  41.                     Common to both MPW and Think Pascal..
  42.  
  43. SampleUI.π            Think Pascal project for building user interface routine.
  44.  
  45. SampleX.p            Execution routine.
  46.                     Common to both MPW and Think Pascal..
  47.  
  48. SampleX.π            Think Pascal project for building execution routine.
  49.  
  50. SARez setting        Example SARez settings for building Sample in Think
  51.                     Pascal.
  52.